@charset "utf-8";
body{
    font-size: 14px;
}
a:hover{
    color: #FF6A00 !important;
}
:focus-visible {
    outline:none
}
.fl {float: left;}
.fr {float: right;}
.clearfix{clear: none;}
.w1200{width: 1200px;margin: 0 auto}
.w1280{width: 1280px;margin: 0 auto}
.w1400{width: 1400px;margin: 0 auto}
.w1424{width: 1424px !important;}

@media (max-width: 1400px){
    .bkq-header{padding: 0 50px!important}
    .w1400,.content-wrap,.home-article-box,.company-list li,.footer .footer-box{width: 1200px!important;}
    .home-list-item{width: 760px!important;}
    .loan-application-box{margin-right: 220px!important;}
    .article-left-wrap,.article-content-box,.ask-left-wrap,.article-list-wrap{width: 856px!important;}
    .content-wrap .list-item{width: 416px!important;}
    .bkq-header .header-nav .nav-a{padding: 0 20px!important;}
    .bkq-breadcrumb{width: 1176px!important;}
    .footer-data .footer-data-box li{width: 260px!important;}
    .footer-data .footer-data-box{padding-left: 350px!important;}
    .footer-link-wrap d1{width: 130px!important;}
    .news-list-box .list-item{width: 716px!important}
    .loan-problem li{width: 582px!important}
    .loan-bank-box li{width: 276px!important}
    .development-history .dh-box, .development-history .dh-pic,.culture-box .culture-text,.culture-box li img{width: 600px!important}
    .development-history img{width: 560px!important;height: 307px!important;}
    .dh-line{left: 599px!important}
    .staff-style-box{width: 1228px!important}
    .staff-style-box li{width: 372px!important}
    .staff-style-box li img{width: 372px!important;height: 211px !important;}
    .contact-content li{width: 400px!important;}
    .company-list dd{width:350px!important;margin-left: 75px !important;}
    .news-content-box{width: 1200px!important;}
}

@keyframes scaleDrew {
    /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
}
a:hover img{
    opacity:1!important;;
    filter:alpha(opacity:1 !important;)
}
.footer{
    display: block;
    overflow: hidden;
    width: 100%;
    background: #333;
    color: #999;
    text-align: left;

}
.footer a{
    color: #999;
}
.footer a:hover{
    color: #FF6A00;
}
.footer .footer-box{
    display: block;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto;
}
.footer .footer-content{
    display: block;
    overflow: hidden;
    padding:56px 0
}
.footer-content .footer-link-wrap{
    display: block;
    overflow: hidden;
}
.footer-link-wrap d1{
    display: block;
    float: left;
    width: 160px;
    text-align: left;
}
.footer-link-wrap dt{
    font-size: 16px;
    color: #fff;
    line-height: 21px;
    margin-bottom:16px;
}
.footer-link-wrap li{
    font-size: 14px;
    line-height: 28px;

}
.footer-content .footer-contact-wrap{
    display: block;
    overflow: hidden;
}

.footer-contact-wrap .footer-contact{
    margin-left: 32px;
}
.footer-contact-wrap .footer-tel{
    font-size: 46px;
    line-height: 66px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.footer-contact p{
    font-size: 16px;
    text-align: right;
}
.footer-contact-wrap  .footer-contact img{
    background: #fff;
    width: 120px;
}
.footer-contact span{
    display: block;
    text-align: center;
    font-size: 12px;
}
.sitemap{
    font-size: 12px;
    display: block;
    overflow: hidden;
}
.sitemap a{
    display: block;
    float: left;
    margin-right: 20px;
    color: #333;
}

.footer-link{
    overflow: hidden;
    margin-bottom: 14px;
}
.footer-link li{
    float: left;
    margin-bottom: 10px;
    margin-right: 24px;
}
.footer-link li a{
    color: #999;
}
.footer-bottom{
    display: block;
    overflow: hidden;
    background: #222;
    color: #666;
    text-align: center;
    padding: 16px 0;
}

/*顶部*/
.bkq-header{
    position: fixed;
    top: 0;
    z-index: 10000;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    box-sizing: border-box;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 0 100px;
}
.bkq-header .header-left{
    width: 180px;
    margin-top: 20px;
}
.bkq-header .header-left img{
    width: 100%;
}
.bkq-header .header-nav{
    display: block;
}
.bkq-header .header-nav li{
    position: relative;
    float: left;
}
.bkq-header .header-nav .nav-a{
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    line-height: 80px;
    padding:0 32px;
}
.header-nav a:hover, .header-nav a.current {
    color:#FF6A00;
}
.header-nav .nav-underline {
    background: #FF6A00;
    position: relative;
    bottom: 2px;
    width: 0;
    height: 2px;
    margin: 0 auto;
    transition: all ease .3s;
    border: none;
}
.header-nav a:hover .nav-underline,.header-nav .nav-underline-current {
    width: 100%;
}
.header-nav .nav-sub-list{
    position: absolute;
    width: 160px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 8px 0;
    top:80px;
    left: -12px;
}
.header-nav .nav-sub-list a{
    filter: none;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
}
.header-clear-height{
    height: 80px;
}
.header-hot-text{
    position: absolute;
    display: block;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    background: #F64042;
    border-radius: 8px 8px 8px 0px;
    height: 18px;
    line-height: 18px;
    bottom: 58px;
    right: -10px;
}
.header-search{
    float: right;
    display:block;
    width: 100px;
    height: 40px;
    margin-top:20px;
    color: #fff;
    background: #FF6A00;
    border-radius: 5px;
    padding: 9px 19px;
    box-sizing: border-box;
}
.header-search:hover{
    background: #FF7D21;
    color: #fff !important;
}
.header-search i{
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/static/images/bkq/header_search.png);
    float: left;
    margin-right: 8px;
}
.header-search span{
    display:block;
    float: left;
}
/*内容*/
.bkq-breadcrumb{
    text-align: left;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    margin: 24px auto;
    width: 1376px;
}
.bkq-breadcrumb a{
    color: #999;
}
.bkq-breadcrumb span{
    color: #333;
}
.content-wrap{
    display: block;
    overflow: hidden;
    width: 1400px;
    margin: 0 auto 64px;
    text-align: left;
}
.article-left-wrap{
    display: block;
    overflow: hidden;
    width: 1056px;
    float: left;
    text-align: left;
}
.article-list-wrap{
    display: block;
    overflow: hidden;
    width: 1056px;
    background: #fff;
}
.article-right-wrap{
    display: block;
    overflow: hidden;
    width: 320px;
    float: right;
}
.article-ad{
    width:1056px;
    height: 240px;
    margin: 0 24px;
    background: #666;
}
.content-wrap .list-item-pic{
    width:352px;
    height: 198px;
}

.content-wrap .article-list-box ul{
    background: #fff;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 24px 0;
}
.content-wrap .article-list-box li{
    display: block;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    /*margin: 0 24px;*/
    padding: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom:1px solid #EEEEEE;;
}
.content-wrap .article-list-box li a{
    display: block;
    overflow: hidden;
}
.content-wrap .article-list-box li:hover h2{
    color: #FF6A00;
}
.content-wrap .article-list-box li:hover{
    background: #fdfdfd;
}

.content-wrap .article-list-box li{
    height: 246px;
    position: relative;
}
.article-list-box .list-item-pic img{
    width: 352px;
    height: 198px;
}
.content-wrap .list-item{
    width: 616px;
}
.content-wrap .list-item h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.content-wrap .list-item p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.content-company{
    min-height: 520px;
    background-size: auto 100%;
    background: #575858;
    background-image: url(/static/images/bkq/contact_company_pcbg.png);
    /*background-position: center center;*/
    background-size: 100% auto;
    /*background-repeat: no-repeat;*/
    margin-top: 80px;
    /*overflow: hidden;*/
}
.content-company h3{
    padding-top: 64px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}
.content-company .area-list{
    color: #fff;
    font-size: 16px;
    border-bottom:1px solid #7a7b7c;
    padding: 18px 0;
    margin: 32px 0 80px;
}


.area-list .active,.area-list .swiper-slide:hover{
    cursor: pointer;
    color: #FF6A00;
    /*border-bottom:2px solid #FF6A00;*/
}
.company-list li{
    width:1400px;
    z-index: 1;
}
.company-list dd{
    width: 400px;
    height: 128px;
    background: #FFFFFF;
    padding: 26px 32px;
    text-align: left;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0 0.12rem 0.32rem 0 rgb(0 0 0 / 9%);
    margin-left: 100px;
    margin-bottom: 60px;
    float: left;
    cursor: pointer;
}
.company-list dd:nth-child(3n+1){
    margin-left:0 !important;
}
.company-list dd:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.company-list h4{
    color: #333;
    margin-bottom: 20px;
}
.company-list p{
    color: #666
}

.list-item-time{
    position: absolute;
    bottom: 24px;
    /*margin-top: 84px;*/
    font-size: 14px;
    color: #999
}
.article-right-box{
    display: block;
    overflow: hidden;
    background: #fff;
    margin-bottom: 24px;
    padding:8px 24px
}
.article-menu{
    padding:8px auto;
}
.article-menu h3,.article-right-list h3,.tag-right-list h3{
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #333;
}
.article-menu a,.article-right-list a{
    display: block;
    line-height: 52px;
    height: 52px;
    font-size: 16px;
    color: #333;
}
.article-menu li{
    list-style:disc;
    margin-left: 24px;
}
.loan-application-title{
    text-align:center ;
    margin: 18px 0 16px;
}
.loan-application-title h3{
    background-image: url(/static/images/bkq/loan_form_title.png);
    background-size: cover;
    width: 196px;
    height: 25px;
    margin: 0 auto
}
.loan-application-title p{
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
}
.loan-application-title font{
    font-weight: bold;
    color: #FF6A00;
    font-size: 20px;
    padding:0 6px ;
}
.loan-application input::-webkit-input-placeholder,
.loan-popup-apply input::-webkit-input-placeholder,
.home-loan-box input::-webkit-input-placeholder,
.loan-test-input input::-webkit-input-placeholder,
.loan-c-input-box input::-webkit-input-placeholder{
    font-size: 16px;
    color: #666;
}
.loan-application input,.loan-application select,.loan-application button,
.loan-popup-apply input,.loan-popup-apply select,.loan-popup-apply button{
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 2px;
    padding: 0 16px;
}
.loan-application button,
.loan-popup-apply button{
    background: #FF6A00;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    margin-top: 24px;
    border-radius: 25px;
    animation: scaleDrew 2s ease-in-out infinite;
    border: 0;
}

.loan-application input:focus,.loan-application select:focus,.loan-application button:focus, .loan-application select:focus-visible,
.loan-popup-apply input:focus,.loan-popup-apply select:focus,.loan-popup-apply button:focus, .loan-popup-apply select:focus-visible{
    box-shadow:none;
}
.loan-application button:hover,
.loan-popup-apply button:hover{
    background: #FF7D21;
}

.loan-text{
    font-size: 12px;
    color: #666;
    line-height: 16px;
    margin: 16px auto;
}
.loan-text .loan-icon{
    width:16px;
    height:16px;
    float: left;
    margin-right:6px;
    background-image: url(/static/images/bkq/icon_loan.png);
    background-size: cover;
}
.loan-text .font-scroll ,.loan-text .font-scroll2 {
    text-align: left;
    height: 16px;
    overflow: Hidden;
}
.article-right-list h3,.tag-right-list h3{
    position: relative;
    padding-left: 26px;
    border-bottom: 1px solid #D8D8D8;
}

.article-right-list h3:after,.tag-right-list h3:after{
    position: absolute;
    top: 20px;
    left: 0;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/static/images/bkq/article_icon.png);
    background-size: cover;
}
.tag-right-list h3:after{
    background-image: url(/static/images/bkq/tag_icon.png) !important;
}
.article-right-list a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-right-list span{
    font-weight: bold;
    color: #999;
    padding-right: 10px;
}
.article-number-1{
    color: #FE2D46 !important;
}
.article-number-2{
    color: #FF6A00 !important;;
}
.article-number-3{
    color: #FAA910 !important;;
}
.tag-list{
    display: block;
    overflow:hidden;
    margin: 14px 0 36px;
}
.tag-list a{
    display: block;
    float: left;
    background: #F2F2F8;
    color: #666;
    border-radius: 18px;
    padding: 6px 16px;
    margin: 16px 16px 0 0;
}
.article-statement{
    background: #f5f5f5;
    color: #999;
    padding:10px  20px;
    font-size: 12px;
}
.keyword-list{
    margin-top: 20px;
}
.article-content-box{
    background: #fff;
    width: 1056px;
    padding: 48px 80px;
    box-sizing: border-box;
}
.news-content-box{
    width: 1280px;
    margin: 0 auto
}
.article-content-box img{
    max-width: 100%;
}
.article-content-box h1{
    display: block;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    color: #333;
    padding: 16px 0;
    text-align: center;
}
.article-content-box .article-public-time{
    font-size: 13px;
    color: #666;
    text-align: center;
    margin-bottom: 24px;
}
.article-content-box .article-content{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.article-content-box .article-content a,.answer-content-box a, .answer-content a{
    color: #FF6A00 !important;
}
.article-content-box .article-content a:hover,.answer-content-box a:hover,.answer-content a:hover{
    text-decoration: underline;
}
.article-content h2,.article-content h3,.article-content h4{
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 15px
}
.article-content h2{
    display: inline-block;
    text-align: center;
    background: #FF7D21;
    color: #fff;
    line-height: 36px;
    padding-left: 30px;
    padding-right: 15px;
    margin-left:20px;
    border-radius: 36px;
    box-sizing: border-box;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px
}
.article-content-box .article-content h2 a{
    color: #fff!important;
    font-size: 18px !important;
}
.article-content h2::before{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(/static/images/bkq/article_h2.png) #FF7D21 no-repeat;
    background-size: 100% 100%;
    top: -7px;
    left: -25px;
    border-radius: 50%;
}
.article-content p{
    margin-bottom: 15px
}
.page-link {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 56px;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #eee;
}
.page-link a {
    max-width: 35%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s;
}

.article-list-title{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 24px 0;
    padding: 16px 0;
    border-bottom: solid 1px #eee;
}


.banner-page{
    position: relative;
    height: 400px;
    background-size: auto 100%;
    margin-bottom: 56px;
    background-position: center center;
}
.banner-page .page-nav{
    position: absolute ;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
}
.banner-page .page-nav ul{
    padding: 0;
    line-height: 80px;
    text-align:left;
    font-size: 18px;
    color: #333;
}
.banner-page .page-nav li{
    float: left;
}
.banner-page .page-nav a{
    display: block;
    line-height: 80px;
    margin-right: 52px;
}

.article-menu .nav-current, .page-nav .nav-current{
    color: #FF6A00;
}

/*分页*/
.page_moyo{
    display: block;
    margin:20px auto 60px;
    text-align: center;
}
.page_moyo font{
    padding:10px  20px;
    border: 1px solid #DDD;
}

.page_moyo .page_current{
    color: #FFF;
    background: #FF6A00;
    border:none;
}

/*新闻*/
.news-list-box .list-item{
    width: 936px;
}
.news-list-box .list-public-time{
    font-size: 28px;
    line-height: 36px;
    text-align: right;
}
.list-item-more{
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 62px;
    height: 32px;
    border-left: 1px solid #ccc;
}
.list-item-more em{
    display: block;
    margin-left: 24px;
    margin-top: 4px;
    width:38px;
    height:24px;
    background-image: url(/static/images/bkq/icon_more.png);
    background-size: cover;
}

/*返回顶部*/
.izl-rmenu2 {
    position:fixed;
    width:50px;
    right:10px;
    bottom:100px;
    z-index:9999;
}
.izl-rmenu2 .menu-btn-list{
    width: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.izl-rmenu2 .menu-btn {
    display: block;
    background: #fff;
    width:50px;
    height:50px;
    cursor:pointer;
    position:relative;
    padding:0!important;
}
.izl-rmenu2 .menu-btn em{
    display: block;
    width: 22px;
    height: 22px;
    top: 14px;
    left: 14px;
    overflow: hidden;
    position: absolute;
}

.izl-rmenu2 .btn-loan em{
    background-image:url(/static/images/bkq/btn_loan.png)
}
.izl-rmenu2 .btn-loan:hover em{
    background-image:url(/static/images/bkq/btn_loan2.png)
}
.izl-rmenu2 .btn-calculator em{
    background-image:url(/static/images/bkq/btn_calculator.png)
}
.izl-rmenu2 .btn-calculator:hover em{
    background-image:url(/static/images/bkq/btn_calculator2.png)
}
.izl-rmenu2 .btn-qr-code em{
    background-image:url(/static/images/bkq/btn_qr_code.png)
}
.izl-rmenu2 .btn-qr-code:hover em{
    background-image:url(/static/images/bkq/btn_qr_code2.png)
}
.izl-rmenu2 .btn-top em{
    background-image:url(/static/images/bkq/btn_top.png)
}
.izl-rmenu2 .btn-top:hover em{
    background-image:url(/static/images/bkq/btn_top2.png)
}

.izl-rmenu2 .menu-btn-show{
    background: #fff;
    width: 170px;
    height: 60px;
    position:absolute;
    left:-182px;
    top:0px;
    text-align: left;
    display:none;
    padding:10px 0 10px 16px;
    overflow: initial;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.btn-calculator::before,.btn-calculator::after{
    position:absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 10px;
    background: #eee;
    display: block;
    margin: 0 auto;
}
.btn-calculator::before{
    top: 0;
}
.btn-calculator::after{
    bottom: 0;
}

.izl-rmenu2 .menu-btn-show::before{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    transform: translate(-50%, 100%);
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

.izl-rmenu2 .menu-btn-show h3{
    font-size: 16px;
}
.izl-rmenu2 .menu-btn-show span{
    font-size: 14px;
    color: #666;
}

.izl-rmenu2  .btn-qr-code-box{
    background: #fff;
    width: 170px;
    /*height: 296px;*/
    position:absolute;
    left:-182px;
    bottom:0px;
    text-align: left;
    display:none;
    padding:16px 16px 0;
    overflow: initial;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}

.izl-rmenu2 .btn-qr-code-box::before{
    content: "";
    position: absolute;
    bottom: 35px;
    right: -30px;
    width: 0;
    height: 0;
    transform: translate(-50%, 100%);
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}
.izl-rmenu2 .btn-qr-code-box img{
    display: block;
    width: 100%;
}
.izl-rmenu2 .btn-qr-code-box p{
    padding: 8px 0 10px;
    text-align: center;
    color: #333;
    font-size: 12px
}

.izl-rmenu2 .btn-wx .pic {
    position:absolute;
    left:-182px;
    top:0px;
    display:none;
    width:160px;
    height:160px;
    border:1px solid #ccc;
    background:#fff;
    padding:10px
}
.izl-rmenu2 .btn-top {
    margin-top: 16px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
    background-color:#fff;
    display:none;

}

/*
home
*/
.home-width{
    display: block;
    width: 100%;
    margin:0 auto 64px;
}
.home_ad{
    position: relative;
    height: 540px;
}
.home-product-loan{
    width: 100%;
    padding: 64px 0;
    overflow: hidden;
}
.home-product-loan ul{
    width: 1180px;
    margin: 0 auto;
    display: block;
}
.home-product-loan li{
    width: 320px;
    float: left;
    height: 145px;
    margin-left: 110px;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(/static/images/bkq/home_product_loan.png) no-repeat;
    -webkit-box-shadow: 0 0px 15px rgb(0 0 0 / 8%);
    box-shadow: 0 0px 15px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.home-product-loan li:first-child {
    margin-left: 0;
}
.home-product-loan a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 43px 0 0 30px;
    box-sizing: border-box;

}
.home-product-loan li:hover{
    box-sizing: border-box;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.home-product-loan li:hover h3{
    color:#FF6A00;
}

.home-product-loan li i{
    display: block;
    overflow: hidden;
    margin-right: 40px;
    width: 64px;
    height: 64px;
    float: right;
}
.home-product-loan li:hover .i-more{
    background: #FF6A00;
    border: 1px solid #FF6A00;
    color: #fff;
}
.home-product-loan li .i-more{
    display: block;
    font-size: 16px;
    float: right;
    color: #666;
    margin-top: 15px;
    margin-right: 60px;
    padding: 10px 20px;
    border: 1px solid #ccc;
}
.home-product-loan li  .home-product-loan-icon{
    background: url(/static/images/bkq/home_loan.png) no-repeat;
}
.home-product-loan li  .home-product-calculator-icon{
    background: url(/static/images/bkq/home_calculator.png) no-repeat;
}
.home-product-loan li  .home-product-test-icon{
    background: url(/static/images/bkq/home_test.png) no-repeat;
}
.home-product-loan .home-product-loan-content{
    display: block;
    text-align: left;
    float: left;
}
.home-product-loan .home-product-loan-content h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 16px;
}

.home-product-loan .home-product-loan-content p{
    font-size: 16px;
    color: #999;
}
.home-product-loan .home-product-loan-content span{
    color: #FF6A00;
}
.home-about-us{
    display: block;
    overflow: hidden;
    /*background: url(/static/images/bkq/home_about_us.png) no-repeat;*/
}
.home-about-us .about-img{
    width: 800px;
    height: 229px;
    display: block;
    margin-top: 70px;
}
.home-about-us .staff-style-pic{
    margin-top: 20px;
}
.home-about-us .staff-style-pic img{
    display:block;
    width: 185px;
    height: 100px;
    margin-right: 20px;
    float: left;
}
.home-about-us .home-about-us-box{
    width: 576px;
    height: 480px;
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 30px;
}

.home-about-us .home-about-us-box h2{
    font-size: 24px;
    height: 32px;
    margin-bottom: 24px;
}

.home-about-us-box .home-about-us-text p{
    margin-bottom: 20px;
}

.home-product{
    display: block;
    padding: 80px 0;
    position: relative;
}
.home-product-top{
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}
.home-product-top .home-product-title{

    text-align: left;
}
.home-product-top .home-product-title h2{
    font-size: 50px;
    color: #FFF;
    line-height: 60px;
    margin-bottom: 24px;
}
.home-product-top .home-product-title p{
    font-size: 30px;
    color: #666;
    line-height: 36px;
    text-transform:uppercase
}

.home-product-top .home-product-menu{
    font-size: 18px;
    color: #fff;
    margin-top: 22px;
}

.home-product-top .home-product-menu li{
    float: left;
    margin-left: 56px;
}

.home-product-top .home-product-menu li:hover {
    cursor: pointer;
    color:#FF6A00
}
.home-product-menu .on{
    color:#FF6A00
}
.home-product-content{
    position: relative;
    height: 412px;
    margin-bottom: 85px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-product-content li{
    display: none;
}
.home-product-content li img {
    display: block;
    overflow: hidden;
    width: 624px;
    height: 320px;
    position: absolute;
    top: 0;
    right: 206px;
}
.home-product-content .home-product-content-text:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-product-content .home-product-content-text {
    width: 720px;
    background: #FF6A00;
    color: #fff;
    text-align: left;
    padding:48px 32px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 132px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-product-content .home-product-content-text h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #fff;
}
.home-product-content .home-product-content-text p{
    text-indent: 2em;
}
.home-product .home-data{
    display: block;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
    position: absolute;
    bottom: -108px;
    left: 0;
}

.home-product .home-data li{
    width: 466px;
    margin: 64px auto;
    border-left: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    float: left;

}
.home-product .home-data li:first-child{
    border-left: none !important;
}

.home-product .home-data li p{
    font-weight: bold;
    color: #FF6A00;
    line-height: 64px;
    font-size: 54px;
}

.home-product .home-data li span{
    font-size: 16px;
    color: #666;
    line-height: 22px
}

.home-news{
    padding: 48px;
    overflow: hidden;
}
.home-news h2{
    font-size: 50px;
    line-height: 68px;
    font-weight: bold;
    color: #333;
}
.home-news .news-list{
    margin-top: 48px;
}
.home-news .news-list li{
    display: block;
    float: left;
    width: 466px;
    background: #FFFFFF;
    text-align: left;
    padding: 32px;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-news .news-list li:first-child{
    border-left: none !important;
}
.home-news .news-list a{
    display: block;
    overflow: hidden;
    background: #fff;
}
.home-news .news-list li img{
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    width: 402px;
    height: 226px;
}
.home-news .news-list li:hover {
    box-sizing: border-box;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.home-news .news-list li:hover img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}
.home-news .news-list li:hover .home-news-item font{
    display: block;
    color: #FF6A00;
}

.home-news .news-list li:hover .home-news-more{
    background: #FF6A00;
    color: #fff;
    border-radius: 2px;
}

.home-box-title{
    margin: 0 auto;
    width: 906px;
    overflow: hidden;
    text-align: center;
}
.home-box-title em{
    display: block;
    float: left;
    width: 130px;
    height: 3px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(51, 51, 51, 0.41) 100%);
    border-radius: 2px;
    margin-top: 44px;
}
.home-box-title h2{
    display: block;
    position: relative;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    padding: 24px 0;
    color: #333;
    float: left;
    margin: auto 16px
}
.home-box-title h2 span{
    color: #FF6A00;
    margin: 0 10px;
}
.home-box-title p{
    color: #999;
    clear: both;
    font-size: 16px;
}
.home-service{
    background: url(/static/images/bkq/home_service_pic_pc.png) no-repeat;
    background-position: center center;
    height: 540px;
}
.home-service-pic{
    position: relative;
    margin: 36px 110px 0
}
.home-article-menu{
    width: 600px;
    text-align: left;
    margin: 56px auto;
    height: 52px;
    background: linear-gradient(360deg, #FFFFFF 0%, #EBEDF5 100%);
    box-shadow: 0px 2px 12px 0px rgba(199, 202, 206, 0.52);
    border-radius: 25px;
    border: 2px solid #FFFFFF;
}
.home-article-menu ul{
    margin: 8px;
    overflow: hidden
}
.home-article-menu li{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 36px;
    padding: 0 27px;
    cursor: pointer;
}
.home-article-menu .on{
    height: 36px;
    background: #FF6A00;
    border-radius: 24px;
    color: #fff;
}
.home-article-box{
    display: block;
    overflow: hidden;
    width: 1400px;
    text-align: left;
}
.home-article-list{
    display: none;
}
.home-article-list a{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 24px;
    padding: 24px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.home-article-list li {
    border-bottom: 1px solid #EEE;
    height: 246px;
    position: relative;
}
.home-article-list li:hover {
    background: #fdfdfd;
}
.home-article-list li:hover h2 {
    color: #FF6A00;
}
.home-list-item-pic{
    width:352px;
    height: 198px;
}
.home-list-item-pic img{
    width: 352px;
    height: 198px;
}
.home-list-item{
    width: 960px;
}
.home-list-item h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.home-list-item p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.home-list-item-time {
    position: absolute;
    bottom: 24px;
    font-size: 14px;
    color: #999;
}
.home-article-more{
    display:block;
    cursor: pointer;
    width: 160px;
    height: 64px;
    background: #FF6A00;
    border-radius: 32px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    margin: 56px auto;
}
.home-article-more:hover{
    background: #FF7D21;
}
.news-list .home-news-item font{
    font-size: 30px;
    color: #666;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    display: none;
    float: left;
}

.home-news .news-list h3{
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.home-news .news-list p{
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news .news-list img{
    display: block;
    margin: 24px 0;
    width: 100%;
}

.news-list .home-news-more{
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: right;
}
.home-loan{
    height: 260px;
    background-size: auto 100%;
    background:url(/static/images/bkq/mascot_banner.png)  no-repeat;
    background-position: center center;
    margin:80px auto 0;
}

.home-loan .home-loan-box{
    padding-top: 145px;
    padding-left:450px;
    box-sizing: border-box;
}

.home-loan-box select{
    cursor: pointer;
}
.home-loan-box input,.home-loan-box select,.home-loan-box button{
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    width: 240px;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    border-radius: 2px;
    padding: 0 16px;
    border:0;
    background: #fff;
}
.home-loan-box button{
    width: 150px;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    color: #FF6A00;
    background: #fff;
}
.home-loan-box input:focus,.home-loan-box select:focus,.home-loan-box button:focus, .home-loan-box select:focus-visible{
    border:0;
    box-shadow:none;
}
.home-loan-box button:hover{
    background: #FFB179;
    color: #fff;
}

/* about */
.footer-data{
    height: 260px;
    background-size: auto 100%;
    background:url(/static/images/bkq/mascot_banner.png)  no-repeat;
    background-position: center center;
    margin:60px auto 0;
}
.footer-data .footer-data-box{
    padding-top: 120px;
    padding-left:450px;
    box-sizing: border-box;
    color: #fff;
}
.footer-data .footer-data-box li{
    float: left;
    width: 310px;
}

.footer-data .footer-data-box p{
    display: block;
    font-size: 54px;
    line-height: 70px;
    font-weight: bold;
}
.footer-data .footer-data-box span{
    display: block;
    font-size: 16px;
    line-height: 30px;
}
.about-bg{
    background: url(/static/images/bkq/about_bg.png) no-repeat;
}
.about-us{
    display: block;
    overflow: hidden;
}
.about-us img{
    width: 100%;
    display: block;
}
.about-us .about-us-box{
    font-size: 16px;
    text-align: left;
    color: #333;
    line-height: 30px;
}
.about-us .about-us-box h2{
    font-size: 24px;
    height: 57px;
    background: url(/static/images/bkq/about_bg_title.png) no-repeat;
    margin: 30px 0;
}

.about-us-box .about-us-text p{
    margin-bottom: 20px;
}
.contact-title{
    display: block;
    overflow: hidden;
    margin-bottom: 52px;
}
.contact-title h3{
    font-size: 44px;
    color: #333;
    line-height: 53px;
    float: left;
}
.contact-title em{
    float: left;
    display: block;
    margin-top: 32px;
    margin-left: 16px;
    width: 30px;
    height: 5px;
    background: #FF6A00;
}

.contact-content{
    display: block;
    position: relative;
}

.contact-content li{
    overflow: hidden;
    display: block;
    float: left;
    width: 466px;
    cursor: pointer;
}
.contact-content li:hover .contact-text{
    background: #FF6A00;
}
.contact-content li:hover .contact-icon-bg{
    background: #333 !important;
    cursor: auto;
}

.contact-content li:hover>img{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}

.contact-content li>img{
    display: block;
    overflow: hidden;
    width: 467px;
    height: 351px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.contact-content .contact-text{
    width: 467px;
    height:189px;
    background: #333;
    padding-top: 50px;
    padding-left:40px;
    box-sizing: border-box;
    color: #fff;
}
.contact-content .contact-text h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 24px;
}
.contact-content .contact-text p{
    font-size: 16px;
}

 .contact-text .contact-icon em{
     display: block;
     float: left;
     width: 56px;
     height: 56px;
     overflow: hidden;
     background-size: cover;
     margin-right: 24px;
     cursor: pointer;
 }
.contact-text .contact_icon_mp {
    background-image: url(/static/images/bkq/contact_icon_mp.png);
}
.contact-text .contact_icon_mp:hover {
    background-image: url(/static/images/bkq/contact_icon_mp2.png);
}
.contact-text .contact_icon_wx_video {
    background-image: url(/static/images/bkq/contact_icon_wx_video.png);
}
.contact-text .contact_icon_wx_video:hover {
    background-image: url(/static/images/bkq/contact_icon_wx_video2.png);
}
.contact-text .contact_icon_qr_code{
    background-image: url(/static/images/bkq/contact_icon_qr_code.png);
}
.contact-text .contact_icon_qr_code:hover{
    background-image: url(/static/images/bkq/contact_icon_qr_code2.png);
}

.contact_icon_show .contact_icon_pic{
    display: block;
    width: 132px;
    height: 160px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 520px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.contact_icon_show .contact_icon_pic::before{
    content: "";
    position: absolute;
    top: -40px;
    left: 27px;
    width: 0;
    height: 0;
    transform: translate(-50%, 100%);
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.contact_icon_show .contact_icon_pic img{
    width: 100%;
}
.contact_icon_show .contact_icon_pic span{
    font-size: 12px;
    color: #333;
}
.contact_icon_show div{
    display: none;
}
.contact_icon_show .contact_icon_show_mp{
    left:974px;
    display: none;
}

.contact_icon_show .contact_icon_show_wx_video{
    left:1052px;
    display: none;
}

.contact_icon_show .contact_icon_show_qr_code{
    left:1130px;
    display: none;
}
.culture-box li{
    display: block;
    overflow: hidden;
}
.culture-box li img{
    display: block;
    overflow: hidden;
    float: left;
    width: 700px;
}

.culture-box .culture-text{
    display: block;
    float: left;
    width: 700px;
    padding-top: 120px;
    padding-left: 88px;
    color: #333;
    box-sizing: border-box;
}
.culture-box .culture-text span{
    display: block;
    font-size: 20px;
    margin-bottom: 8px;
}
.culture-box .culture-text h3{
    font-size: 36px;
    line-height: 48px;
}

.culture-box .culture-text em{
    display: block;
    margin: 40px 0;
    width: 32px;
    height: 4px;
    background: #FF6A00;
}
.culture-box .culture-text p{
    font-size: 24px;
    line-height:30px;
    margin-bottom: 16px;
}

.culture-box .culture-text font{
    padding-left: 32px;
}

.dh-line{
    width: 2px;
    background: #eee;
    height: auto;
    left: 699px;
    position: absolute;
}
.development-history{
    position: relative;
    overflow: hidden;
}
.development-history .dh-box,.development-history .dh-pic{
    width: 700px;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
}
.development-history img {
    display: block;
    width: 660px;
    height: 384px;
}
.dh-content{
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
}
.dh-content-title{
    overflow: hidden;
    margin-top: 24px;
}
.development-history .dh-right{
    padding-right: 40px;
    padding-left:0px;
    text-align: right
}
.dh-right .dh-pic{
    float: right !important;
    padding-right: 0;
    padding-left: 40px;
}
.dh-right .dh-box{
    padding-right:0
}
.dh-right .dh-content-title{
    text-align: right;
}
.dh-right .dh-content-title em{
    right: -1px !important;
    left: auto;
}
.dh-right .dh-content-title h3{
    float: right!important;
}
.dh-right .dh-content-title font{
    padding-left:0px!important;
    padding-right: 10px!important;
    float: right!important;
}
.dh-right .dh-content{
    padding-left:0;
    padding-right: 40px;
    text-align: right;
}

.dh-content-title em{
    position: absolute;
    left: -1px;
    top: 24px;
    display: block;
    width: 16px;
    height: 2px;
    background: #666;
}
.dh-content-title h3{
    line-height: 54px;
    font-size: 44px;
    float: left;
}
.dh-content-title font{
    float: left;
    font-size: 14px;
    display: block;
    padding-left: 10px;
    padding-top: 26px;
}
.dh-content-text{
    margin: 20px 0;
    font-size: 16px;
    line-height: 32px;
}


.staff-style-box{
    width: 1428px;
    margin: 0 auto;
    overflow: hidden;
}
.staff-style-box ul{
    overflow: hidden;
}
.staff-style-box li{
    width: 448px;
    margin-bottom: 22px;
    padding: 14px 14px 0;
    float: left;
    cursor:pointer;
}
.staff-style-box li:hover{
    background: #EEE
}
.staff-style-box li:hover h4{
    color: #FF6A00;
}

.staff-style-box li h4{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    padding: 16px 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.staff-style-box li img{
    display: block;
    overflow: hidden;
    width: 448px;
    height: 252px;
}
.gray{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 10;
    background:rgba(0,0,0,0.6);
}
.showImg{
    display:none;
    position: fixed;
    top: 244px;
    left: 50%;
    width: 880px;
    height: 500px;
    margin-left: -440px;
    z-index: 1000;
}
.showImg .bigImg{
    max-width: 100%;
    height: 100%;
}
.showImg img.prev{
    position: absolute;
    top: 250px;
    left: -100px;
    cursor:pointer;
}
.showImg img.next{
    position:absolute;
    top: 250px;
    left: 916px;
    cursor:pointer;
}

/**loan*/
.loan-banner{
    position: relative;
    height: 500px;
    background-size: auto 100%;
    background-position: center center;
    background-image:url(/static/images/bkq/banner_loan.png);
}
.loan-application-box{
    position: absolute;
    width: 380px;
    padding: 0 40px 30px;
    right: 50%;
    margin-right: 320px;
    top: 69px;
    background: #fff;
    z-index: 10;
    box-sizing: border-box
}
.loan-application-box input, .loan-application-box select,.loan-application-box input:focus, .loan-application-box select:focus, .loan-application-box button:focus, .loan-application-box select:focus-visible,
.loan-popup-apply input, .loan-popup-apply select,.loan-popup-apply input:focus, .loan-popup-apply select:focus, .loan-popup-apply button:focus, .loan-popup-apply select:focus-visible{
    border: 1px solid #DDDDDD;
}

.loan-application-box>.loan-application-title h3{
    font-size: 24px;
    line-height: 48px;
}
.loan-application-box>.loan-application-title p{
    font-size: 14px;
    color: #333;
}
.loan-application-box>.loan-application-title font{
    color: #3573EC;
    font-size: 14px;
}
.loan-application-box>.loan-text{
    text-align: left;
}

.loan-box{
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}
.loan-box-title{
    margin: 0 auto;
    width: 496px;
    overflow: hidden;
}
.loan-box-title-test d1{
    font-size: 16px;
    letter-spacing: 5px;
    color: #eee;
}
.loan-box-title-test h1{
    display: block;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    padding: 24px 0;
    color: #fff;
    margin: auto 16px 24px;
    letter-spacing: 14px;
}

.loan-box-title h2{
    display: block;
    position: relative;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    padding: 24px 0;
    color: #333;
    float: left;
    margin: auto 16px 24px;
}
.loan-box-title em{
    display: block;
    float: left;
    width: 80px;
    height: 1px;
    background:  #DDD;
    margin-top: 44px;
}

.loan-box-title h2::before,.loan-box-title h2::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    top: 44px;
    background: #FF6A00;
    display: block;
    margin: 0 auto;
}
.loan-box-title h2::before{
    left: -40px;
}
.loan-box-title h2::after{
    right: -40px;
}

.loan-what .loan-what-content{
    width: 1000px;
    height: 48px;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 10px auto 40px;
}
.loan-what-box,.loan-what-box ul{
    margin: 0 auto;
}
.loan-what-box li{
    width: 280px;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    float: left;
    margin-left:24px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.loan-what-box li:hover{
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.loan-what-box li:first-child {
    margin-left: 0 !important;
}
.loan-what-box i{
    display: block;
    margin: 38px auto 0 auto;
    width: 104px;
    height: 104px;
}
.loan-what-icon1{
    background: url(/static/images/bkq/loan_what_icon1.png) center center / 100% 100% no-repeat;
}
.loan-what-icon2{
    background: url(/static/images/bkq/loan_what_icon2.png) center center / 100% 100% no-repeat;
}
.loan-what-icon3{
    background: url(/static/images/bkq/loan_what_icon3.png) center center / 100% 100% no-repeat;
}
.loan-what-icon4{
    background: url(/static/images/bkq/loan_what_icon4.png) center center / 100% 100% no-repeat;
}
.loan-what-box h3{
    font-size: 24px;
    color: #333;
    line-height: 32px;
    margin: 22px auto 16px;
}
.loan-what-box p{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.loan-why{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 5%);
}
.loan-why-box{
    width: 550px;
    text-align: left;
}
.loan-why-box h3{
    padding-left: 148px;
    box-sizing: border-box;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
    color: #666666;
    background: #EAE9E7;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.05);
}
.loan-why-left h3{
    padding-left: 90px;
    background:linear-gradient(90deg,#FF8D00 0%,#FF9E00 100%);
    color: #FFFFFF;
}
.loan-why-left li{
    padding-left: 130px !important;
}
.loan-why-left li::before{
    left: 90px !important;
    background: url(/static/images/bkq/loan_why1.png)  no-repeat !important;
}
.loan-why-box li{
    padding-left: 190px;
    box-sizing: border-box;
    font-size: 16px;
    height: 78px;
    line-height: 78px;
    background: #fff;
    position: relative;
}
.loan-why-box li::before{
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    top: 27px;
    left: 150px;
    background: url(/static/images/bkq/loan_why2.png)  no-repeat;
    background-position: center center ;
}
.loan-why-middle-img{
    position: absolute;
    width: 120px;
    height: 103px;
    z-index: 1;
    background: url(/static/images/bkq/loan_pk.png)  no-repeat;
    background-position: center center ;
    left:490px;
}
.loan-why-middle{
    margin-top: 90px;
    background:#fff;
    position: absolute;
    width: 120px;
    left:490px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 5%);
}
.loan-why-middle p{
    font-size: 20px;
    color: #333;
    line-height: 78px;
}
.loan-step{
    width: 1280px;
}
.loan-step li{
    width: 426px;
    float: left;
    padding: 0 81px;
    box-sizing: border-box;
}
.loan-step .loan-step-content{
    cursor: pointer;
    width: 264px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(149, 149, 149, 0.18);
    padding: 24px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.loan-step .loan-step-content:hover{
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.loan-step-content::before {
    content: "";
    position: absolute;
    bottom:0px;
    left: 127px;
    width: 0;
    height: 0;
    transform: translate(-50%, 100%);
    border: 20px solid transparent;
    border-top: 10px solid #fff;
}
.loan-step-content h3{
    font-size: 20px;
    padding-bottom: 16px;
    color: #333;
    font-weight: bold;
}
.loan-step-content-p{
    padding-top: 16px;
    border-top: 1px solid #ddd;
}
.loan-step-content-p p{
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}
.loan-step-content-p p::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    border: 6px solid transparent;
    border-left: 6px solid #3573EC;
}
.loan-step-content d1{
    width: 75px;
    height:65px;
    position: absolute;
    background: url(/static/images/bkq/loan-step-content-icon1.png) no-repeat;
    background-position: center center;
    right: 0px;
    bottom: 0px;
}
.loan-step-content .loan-step-content-icon2{
    width:67px;
    height:74px;
    background: url(/static/images/bkq/loan-step-content-icon2.png) no-repeat;
}
.loan-step-content .loan-step-content-icon3{
    background: url(/static/images/bkq/loan-step-content-icon3.png) no-repeat;
}
.loan-step-box{
    width: 1280px;
    margin-top: 32px;
    position: relative;
}

.loan-step-line{
    overflow: hidden;
    width: 1280px;
    height: 8px;
    background: linear-gradient(270deg, #FFA300 0%, #FF6A00 100%);
    border-radius: 7px;
}
.loan-step-text{
    position: absolute;
    left: 164px;
    top: -8px;
}
.loan-step-text d1{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 88px;
    float: left;
    padding-left: 338px;
}
.loan-step-text d2{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #FF6A00;
    line-height: 30px;
}
.loan-step-text .loan-step-dot{
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 3px solid #FF6A00;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.loan-test{
    background: url(/static/images/bkq/loan_text_bg.png)  no-repeat;
    background-position: center center ;
    height: 869px;
    box-sizing: border-box
}
.loan-test .loan-box-title h2{
    color: #fff;
}
.loan-test .loan-box-title h2::before,.loan-test .loan-box-title h2::after{
    background: #fff !important;
}
.loan-test-box{
    background: #fff;
    padding:64px 0;
    box-sizing: border-box;
    position: relative;
}
.loan-test-input{
    position: relative;
    margin: 0 auto;
    width: 890px;
}

.loan-test-input input{
    margin: 0 auto;
    width: 890px;
    height: 60px;
    background: #FFFFFF;
    padding-left:64px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #FF6A00;
}
.loan-test-input input:focus{
    border: 2px solid #FF6A00;
    box-shadow: none
}
.loan-test-input button{
    position: absolute;
    right: 0;
    width: 192px;
    height: 60px;
    background: #FF6A00;
    border-radius: 2px;
    border:0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
}
.loan-test-input button:hover,.loan-test-button d1:hover{
    cursor: pointer;
    filter: brightness(0.9);
}
.loan-test-input i{
     display: block;
     width: 24px;
     height: 24px;
     position: absolute;
     left: 24px;
     top: 18px;
     background: url(/static/images/bkq/loan_test_icon.png)  no-repeat;
     background-position: center center ;
 }
.loan-test-input font{
    display: block;
    position: absolute;
    right: 216px;
    top: 20px;
    color: #333;
    font-size: 16px;
}

.loan-test-results{
    overflow: hidden;
}
.loan-test-results .loan-test-results-ed{
    font-size: 24px;
    line-height: 62px;
    font-weight: bold;
    color: #333;
    margin: 56px auto 40px;
}
.loan-test-results-ed span{
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0 10px;
    font-size: 50px;
    color: #FF6A00;
    background: #fff0e5;
}
.loan-test-results-box{
    font-size: 20px;
    color: #333;
    display: block;
    overflow: hidden;
    padding-left: 310px;

}
.loan-test-results-box div{
    float: left;
    overflow: hidden;
    width: 180px;
    margin: 0 20px;

}
.loan-test-results-box d1{
    display: block;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 8px;
    color: #333;
}
.loan-test-results-box d2{
    display: block;
    padding: 6px 16px;
    font-size: 32px;
    line-height: 32px;
    color: #FF6A00;
    background: #fff0e5;
    font-weight: bold;
}
.loan-test-explain{
    overflow: hidden;
    padding-left: 330px;
    text-align: left;
    margin-top: 24px
}
.loan-test-explain font{
    color: #3573EC
}
.loan-mascot{
    width: 197px;
    height: 260px;
    position: absolute;
    bottom: 0;
    left: 24px;
    background: url(/static/images/bkq/mascot.png)  no-repeat;
    background-position: center center ;
}
.loan-test-button {
    width: 752px;
    overflow: hidden;
    margin: 36px auto 0px;
}
.loan-test-button d1{
    display: block;
    margin: 20px 44px;
    float: left;
    width: 288px;
    height: 60px;
    line-height: 60px;
    background: #3573EC;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
}
.loan-test-button .loan-test-apply{
    background:#FF6A00 ;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    animation: scaleDrew 2s ease-in-out infinite;
}
.loan-problem li:hover{
    box-sizing: border-box;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 8%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.loan-problem li{
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #E8E8E8;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding: 30px 24px ;
    box-sizing: border-box;
    height: 178px;
    width: 682px;
    float: left;
    text-align: left;
    margin-left: 32px;
    margin-bottom: 32px;
}
.loan-problem li p{
    margin-bottom: 25px;
    padding-left: 55px;
    position: relative;
}
.loan-problem li p::before{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    font-size: 22px;
    /*color: #3573EC;*/
    content: "";
    text-align: center;
    position: absolute;
    /*background: #d7e3fb;*/
    background: url(/static/images/bkq/loan_a.png)  no-repeat;
    background-position: center center ;
    top: -5px;
    left: 0px;
    border-radius: 17px 17px 0px 17px;
}

.loan-problem li>.Q::before{
    background: url(/static/images/bkq/loan_q.png)  no-repeat;
}
.loan-bank-box{

}

.loan-bank-box li{
    width: 326px;
    height: 100px;
    background: #FFFFFF;
    background-image: url(/static/images/bkq/bank_boc2.png);
    background-position: center center ;
    float: left;
    margin-left: 32px;
    cursor: pointer
}

.loan-bank-box .loan-abc{
    margin-left: 0;
}
.loan-bank-box .loan-boc:hover {
    background-image: url(/static/images/bkq/bank_boc.png);
}
.loan-bank-box .loan-abc {
    background-image: url(/static/images/bkq/bank_abc2.png);
}
.loan-bank-box .loan-abc:hover {
    background-image: url(/static/images/bkq/bank_abc.png);
}

.loan-bank-box .loan-ccb {
    background-image: url(/static/images/bkq/bank_ccb2.png);
}
.loan-bank-box .loan-ccb:hover {
    background-image: url(/static/images/bkq/bank_ccb.png);
}

.loan-bank-box .loan-icbc {
    background-image: url(/static/images/bkq/bank_icbc2.png);
}
.loan-bank-box .loan-icbc:hover {
    background-image: url(/static/images/bkq/bank_icbc.png);
}

.loan-popup{
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 11000;
    left: 50%;
    margin-left: -210px;
    top: 200px;
    width: 380px;
    padding:10px 30px;
    box-sizing: border-box;
    background: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.loan-calculator-box{
    background: #fff;
    padding:60px 0 ;
    overflow: hidden;
}
.loan-calculator{
    background-image: url(/static/images/bkq/loan_calculator_bg.png);
    background-position: center center ;
    height: 800px;
    box-sizing: border-box;
    padding: 186px 0 80px
}
.loan-c-input{
    width: 513px;
}
.loan-c-input-box{
    margin-bottom: 40px;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
    position: relative;
}
.loan-c-input-box dd{
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 16px;
    color: #333;
}
.loan-c-input-box d1,.loan-c-input-box d2{
    display: block;
}
.loan-c-input-box d1{
    margin-bottom: 16px;
}
.loan-c-input-box input{
    width: 370px;
    height: 50px;
    padding: 0 16px;
    font-size: 16px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.loan-c-input-box button{
    width: 60px;
    height: 28px;
    background: #F7F7F7;
    color: #666;
    border-radius: 2px;
    margin-left: 13px;
    padding:0;
    line-height: 30px;
    border:0;
    cursor: pointer;
}
.active-money,.active-rate,.active-period,.loan-c-input-box button:hover{
    background: #FF6A00 !important;
    color: #fff !important;
}

.loan-c-period{
    margin-bottom: 0;
}
.loan-c-period button{
    width: 115px;
    height: 40px;
    margin-bottom: 16px;
    margin-left: 8px;
}

.loan-c-period d2{
    width: 370px;
}
.loan-c-input-box span{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
}

.loan-c-submit{
    width: 254px;
    padding: 0 54px;
    box-sizing: border-box;
}

.loan-c-submit button{
    cursor: pointer;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin: 135px auto 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(45deg, #FD9246 0%, #FE6043 100%);
    border-radius: 50%;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    animation: scaleDrew 2s ease-in-out infinite;
    border:0;
}

.loan-c-submit span:hover {
    filter: brightness(0.9);
}

.loan-calculator-result{
    width: 449px;
    height: 380px;
    padding: 54px 32px;
    box-sizing: border-box;
    /*border: 1px solid #EEEEEE;*/
    box-shadow: 0px 0px 55px 0px rgba(255, 106, 0, 0.19) inset;
    border-radius: 11px;
}

.loan-calculator-result .loan-cr-yhk{
    font-size: 24px;
    line-height: 66px;
    height: 66px;
    font-weight: bold;
    color: #666;
    margin: 30px auto 48px;
}
.loan-calculator-result .loan-cr-yhk span{
    padding: 0 10px;
    margin: 0 10px;
    font-size: 50px;
    color: #FF6A00;
    background: #fff0e5;
}
.loan-cr-box{
    overflow: hidden;
}
.loan-cr-box div{
    overflow: hidden;
    width: 180px;
}
.loan-cr-box d1{
    display: block;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 8px;
    color: #666;
    font-weight: bold;
}
.loan-cr-box d2{
    display: block;
    padding: 6px 10px;
    font-size: 32px;
    line-height: 32px;
    color: #FF6A00;
    background: #fff0e5;
    font-weight: bold;
}
.loan-cr-explain{
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
}
.loan-apr{
    background-image: url(/static/images/bkq/loan_apr_bg.png);
}
.loan-apr .loan-calculator-box{
    box-shadow: 0px 6px 16px 0px rgb(11 81 187)
}
.loan-apr .active-money,.loan-apr .active-rate,.loan-apr .active-period,.loan-apr .loan-c-input-box button:hover,.loan-apr .loan-c-submit button{
    background: linear-gradient(270deg, #3b90ff 0%, #256fff 100%) !important;
}
.loan-apr .loan-c-input-box button{
    background: #ebf4ff;
}
.loan-apr .loan-calculator-result{
    padding: 40px 32px;
    box-shadow: 0px 0px 55px 0px rgb(238 245 255) inset;
}
.loan-apr .apr,.loan-prepayment .loan-period{
    display: block;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 10px;
    color: #666;
    font-weight: bold;
}
.loan-apr .apr d1,.loan-prepayment .loan-period d1{
    display: block;
    margin-bottom: 10px;
}
.loan-apr .apr d2,.loan-prepayment .loan-period d2{
    display: block;
    font-size: 50px;
    line-height: 70px;
    color: #F75639;
}
.loan-apr .loan-cr-box,.loan-prepayment .loan-cr-box{
    width: 385px;
    border-top: 1px solid #ebf4ff;
    padding: 25px 10px 10px;
    margin: 20px auto 20px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.loan-apr .loan-calculator-result .loan-cr-yhk,.loan-prepayment .loan-calculator-result .loan-cr-yhk{
    height:auto;
    line-height: 0;
    margin: 0;
}
.loan-apr .loan-cr-box d1,.loan-prepayment .loan-cr-box d1{
    font-size: 16px;
    font-weight:normal;
}
.loan-apr  .loan-cr-box d2,.loan-prepayment .loan-cr-box d2{
    font-size: 18px;
    line-height: 18px;
    color: #FF6A00;
    background: #fff;
}
.loan-apr-explain{
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    margin-top: 24px;
}
.loan-apr-explain span{
    color: #FF6A00;
    font-size: 16px;
    font-weight: bold;
}
.loan-c-rate input:focus,.loan-c-money input:focus{
    box-shadow:none;
    border: 1px solid #DDDDDD;
}

.loan-prepayment{
    background: url(/static/images/bkq/loan_prepayment_bg.png) center center #F2F2F8;
    height: 860px;
}
.article-tool-wrap{
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.article-loan-list li{
    display: block;
    background: #fff;
    overflow: hidden;
}

.article-loan-list a:hover{
    background: #fdfdfd;
}

.article-loan-list a{
    width: 46%;
    float: left;
    overflow: hidden;
    padding: 20px;
    margin: 2%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 7%);
}

.article-loan-list i{
    margin-right: 20px;
    margin-top: 2px;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-position: center center;
    float: left;
}
.article-loan-list .loan-index-title{
    float: left;
}
.loan-index-icon-apr{
    background-image:url(/static/images/bkq/loan/index_apr.png)
}
.loan-index-icon-test{
    background-image:url(/static/images/bkq/loan/index_test.png)
}
.loan-index-icon-loan{
    background-image:url(/static/images/bkq/loan/index_loan.png)
}
.loan-index-icon-calculator{
    background-image:url(/static/images/bkq/loan/index_calculator.png)
}
.loan-index-icon-prepayment{
    background-image:url(/static/images/bkq/loan/index_prepayment.png)
}
.loan-index .loan-index-title h3,.article-loan-list .loan-index-title h3{
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size:16px;
    line-height: 32px;
}
.loan-index .loan-index-title span,.article-loan-list .loan-index-title span{
    font-size: 12px;
    color: #999;
}
.loan-tool-button{
    width: 80px;
    height: 32px;
    line-height:  32px;
    text-align: center;
    background: linear-gradient(270deg, #FF8956 0%, #FF5A34 100%);
    color: #fff;
    font-size: 12px;
    border-radius: 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    animation: scaleDrew 2s ease-in-out infinite;
}
.ask-left-wrap{
    display: block;
    overflow: hidden;
    width: 1056px;
    float: left;
    text-align: left;
}
.flag-list{
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    border-bottom: 1px solid #EEE;
    text-align: center;
    overflow: hidden;
}
.flag-list .active{
    font-weight: bold;
    color: #FF6A00;
    border-bottom: 2px solid #FF6A00;
}
.flag-list .active:after {
    position: absolute;
    left: 50%;
    top: 54px;
    content: '';
    display: block;
    width: 56px;
    height: 4px;
    background: #FF6A00;
    margin-left: -28px;
}

.ask-list-box{
    display: block;
    overflow: hidden;
    margin: 0;
    background: #fff;
    width: 1056px;
}
.ask-list-box li{
    display: block;
}

.ask-list-box li a{
    display: block;
    overflow: hidden;
    margin: 0 32px;
    padding: 24px 0;
    border-bottom: 1px solid #EEE;
}

.ask-list-box li h3,.ask-info-box h1{
    font-size: 20px;
    margin-bottom: 16px;
}
.ask-list-box li p,.ask-info-box p{
    font-size: 16px;
    color: #666;
    display: block;
    overflow: hidden;
    margin-bottom: 24px;
}
.ask-list-box li p{
    white-space: nowrap;
    text-overflow: ellipsis;

}
.ask-list-box .ask-list-info,.ask-info-box .ask-list-info{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    font-size:16px;
    color: #999;
}
.ask-list-box .ask-list-user,.ask-info-box .ask-list-user{
    color: #FF6A00;
}
.ask-list-user img {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 16px;
}
.ask-list-user span {
    line-height: 40px;
}
.ask-list-box li:hover{
    background: #fdfdfd;
}
.ask-list-box li:hover h3{
    color: #FF6A00;
}
.empty{
    margin: 60px auto 180px;
    text-align: center;
}
.empty img{
    width: 230px;
    height: 130px;
    margin: 20px auto;
    clear: none;
}
.empty span {
    display: block;
    margin: 24px auto 20px;
    font-size: 16px;
    color: #666;
    clear: none;
}
.empty a {
    display: block;
    font-size: 16px;
    margin: 0 auto;
    width: 260px;
    height: 50px;
    line-height: 50px;
    background: #FF6A00;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    clear: none;
}
.empty a:hover{
    background: #FF7D21;
    color: #fff !important;
}

.ask-info-box{
    position: relative;
    background: #fff;
    margin-bottom:32px;
    padding: 40px;
}
.ask-text{
    position: absolute;
    background: #FF7D21;
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
}

.answer-content-box{
    position: relative;
    background: #fff;
    padding:60px 40px 40px;
    border-top: 2px solid #FF7D21;
}
.answer-content-box,.answer-content {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.answer-content img {
    max-width: 100%;
    margin: 10px 0;
}
.answer-text{
    position: absolute;
    background: #FF7D21;
    color: #fff;
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    top: 0;
}
.ask-keywords{
    display: block;
    overflow: hidden;
    margin-bottom: 16px;
}
.ask-keywords a{
    display: block;
    float: left;
    background: #F2F2F8;
    color: #666;
    border-radius: 18px;
    padding: 6px 16px;
    margin-right: 16px;
}
.ask-img{
    text-align: center;
    margin: 20px auto;
}
.case-banner{
    height: 350px;
    background-size: auto 100%;
    background-position: center center;
}
.case-box{
    margin: 64px auto;
}
.case-title{
    font-size: 38px;
    font-weight: bold;
    color: #333;
    line-height: 50px;
    margin-bottom: 64px;
}
.case-situation-text{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
.case-money-box{
    padding: 64px 0;
    background: #F2F2F8;
}
.case-money-main{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
}
.case-money{
    width: 680px;
    background: #fff;
    padding: 40px 24px;
    box-sizing: border-box
}
.case-money h4{
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: bold;
    color: #333333;
}
.case-money-text{
    padding: 40px 50px 10px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
}
.case-money-text d1{
    font-size: 34px;
    margin-bottom: 10px;
    color: #FD4406;
    line-height: 40px;
    display:block;
    font-weight: bold;
}
.case-money-text d2{
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
.case-distribution{
    margin: 0 auto;
    padding: 0 0 60px;
    position: relative;
    display: block;
    width: 1400px;
}
.case-distribution li{
    width: 248px;
    height: 300px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.case-distribution li:hover {
    background: #fdfdfd;
}
.case-distribution i {
    display: block;
    margin: 38px auto 0 auto;
    width: 104px;
    height: 104px;
}
.case-distribution h4 {
    font-size: 24px;
    color: #333;
    line-height: 32px;
    margin: 22px auto 16px;
}
.case-distribution p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.case-link{
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    background: linear-gradient( 270deg , #FF8956 0%, #FF5A34 100%);
    color: #fff;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    animation: scaleDrew 2s ease-in-out infinite;
}
.case-link:hover{
    color: #fff !important;
}
.search-main{
    background: #fff;
}
.search-main-box{
    position: relative;
    padding: 160px 0 200px;
    margin: 0 auto;
    width: 800px;
}
.search-main .search-input{
    margin: 0 auto;
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 2px;
    border: 2px solid #FF6A00;
    box-shadow: none;
}
.search-main .search-submit{
    position: absolute;
    right: 0;
    width: 192px;
    height: 60px;
    background: #FF6A00;
    border-radius: 2px;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.search-main .search-submit:hover{
    filter: brightness(0.9);
}
.search-tag{
    margin: 30px 0;
    overflow: hidden;
}
.search-tag h4{
    display: block;
    font-size: 16px;
    line-height: 34px;
    margin-right: 10px;
    font-weight: bold;
    float: left;
}
.search-tag a{
    display: block;
    float: left;
    background: #F7F8FA;
    color: #333;
    border-radius: 32px;
    padding: 6px 18px;
    margin: 0 16px 16px 0;
}
/*视频管理*/
.video-wrap{
    width: 100%;
    overflow: hidden;
    background: #121212;
}
.video-breadcrumb {
    text-align: left;
    color: #888;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto;
    padding: 24px 0;
    width: 1376px;
}
.video-breadcrumb a {
    color: #888;
}
.video-content-box{
    width: 1056px;
    box-sizing: border-box;
    background: #16161A;
}
.video-content-box iframe{
    width: 1056px;
    height: 594px;
}
.video-content-box h1{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
}
.video-content-box p{
    font-size: 16px;
    color: #888;
    padding-bottom: 10px;
}
.video-content-box span{
    font-size: 14px;
    color: #888;
}